gboolean is_separator = FALSE;
gboolean draw_vgrid_lines, draw_hgrid_lines;
gint expander_size;
+ int separator_height;
/* double check the row needs validating */
if (! GTK_TREE_RBNODE_FLAG_SET (node, GTK_TREE_RBNODE_INVALID) &&
first_column = first_column->next)
;
+ separator_height = get_separator_height (tree_view);
+
context = gtk_widget_get_style_context (GTK_WIDGET (tree_view));
gtk_style_context_save (context);
gtk_style_context_add_class (context, GTK_STYLE_CLASS_CELL);
if (is_separator)
{
- height = get_separator_height (tree_view);
+ height = separator_height;
}
else
{